export declare class TemplateConfigManager { private static _templatesBasePath; private static _isInitialized; static setPath(config: string | { develop: string; production: string; }): void; static autoDetectPath(): Promise; static getPath(): string; } //# sourceMappingURL=templateConfigManager%20.d.ts.map